home *** CD-ROM | disk | FTP | other *** search
- object FormWait: TFormWait
- Left = 259
- Top = 135
- BorderStyle = bsNone
- Caption = 'Wait...'
- ClientHeight = 82
- ClientWidth = 234
- Color = clBtnFace
- ParentFont = True
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poDesktopCenter
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 12
- object Bevel1: TBevel
- Left = 0
- Top = 0
- Width = 234
- Height = 82
- Align = alClient
- Style = bsRaised
- end
- object ProgressBar: TProgressBar
- Left = 12
- Top = 12
- Width = 209
- Height = 16
- Min = 0
- Max = 100
- TabOrder = 0
- end
- object btnAbort: TButton
- Left = 79
- Top = 44
- Width = 75
- Height = 25
- Caption = 'Abort'
- TabOrder = 1
- OnClick = btnAbortClick
- end
- end
-